home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-23 | 557 b | 27 lines |
- INSTALL_DIR=/usr/skunk
-
- BINDIR = $(INSTALL_DIR)/bin
- LIBDIR = $(INSTALL_DIR)/lib
- INCDIR = $(INSTALL_DIR)/include/$(PROGRAM)
- XAPPLOADDIR = $(INSTALL_DIR)/lib/X11/app-defaults
- CONFIGDIR = /usr/lib/X11/config
- MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier
- MANDIR = $(INSTALL_DIR)/man/man.1
- MANSUFFIX = 1
-
-
-
- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
- # SYS_LIBRARIES = -lm
- #ifdef MacIIArchitecture
- DEFINES = -DIEEE
- #endif /* MacIIArchitecture */
- SRCS = hexcalc.c
- OBJS = hexcalc.o
-
- ComplexProgramTarget(hexcalc)
-
-
-
-
-